3.117 \(\int \frac {x \sqrt {1-x^2}}{1+x} \, dx\)

Optimal. Leaf size=27 \[ -\frac {1}{2} \sqrt {1-x^2} (2-x)-\frac {1}{2} \sin ^{-1}(x) \]

[Out]

-1/2*arcsin(x)-1/2*(2-x)*(-x^2+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {785, 780, 216} \[ -\frac {1}{2} \sqrt {1-x^2} (2-x)-\frac {1}{2} \sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Int[(x*Sqrt[1 - x^2])/(1 + x),x]

[Out]

-((2 - x)*Sqrt[1 - x^2])/2 - ArcSin[x]/2

Rule 216

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[(Rt[-b, 2]*x)/Sqrt[a]]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rule 780

Int[((d_.) + (e_.)*(x_))*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(((e*f + d*g)*(2*p
 + 3) + 2*e*g*(p + 1)*x)*(a + c*x^2)^(p + 1))/(2*c*(p + 1)*(2*p + 3)), x] - Dist[(a*e*g - c*d*f*(2*p + 3))/(c*
(2*p + 3)), Int[(a + c*x^2)^p, x], x] /; FreeQ[{a, c, d, e, f, g, p}, x] &&  !LeQ[p, -1]

Rule 785

Int[(x_)*((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[d^m*e^m, Int[(x*(a + c*x^2)^(m
 + p))/(a*e + c*d*x)^m, x], x] /; FreeQ[{a, c, d, e, p}, x] && EqQ[c*d^2 + a*e^2, 0] &&  !IntegerQ[p] && ILtQ[
m, 0] && EqQ[m, -1] &&  !ILtQ[p - 1/2, 0]

Rubi steps

\begin {align*} \int \frac {x \sqrt {1-x^2}}{1+x} \, dx &=\int \frac {(1-x) x}{\sqrt {1-x^2}} \, dx\\ &=-\frac {1}{2} (2-x) \sqrt {1-x^2}-\frac {1}{2} \int \frac {1}{\sqrt {1-x^2}} \, dx\\ &=-\frac {1}{2} (2-x) \sqrt {1-x^2}-\frac {1}{2} \sin ^{-1}(x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 26, normalized size = 0.96 \[ \left (\frac {x}{2}-1\right ) \sqrt {1-x^2}-\frac {1}{2} \sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Integrate[(x*Sqrt[1 - x^2])/(1 + x),x]

[Out]

(-1 + x/2)*Sqrt[1 - x^2] - ArcSin[x]/2

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 31, normalized size = 1.15 \[ \frac {1}{2} \, \sqrt {-x^{2} + 1} {\left (x - 2\right )} + \arctan \left (\frac {\sqrt {-x^{2} + 1} - 1}{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(-x^2+1)^(1/2)/(1+x),x, algorithm="fricas")

[Out]

1/2*sqrt(-x^2 + 1)*(x - 2) + arctan((sqrt(-x^2 + 1) - 1)/x)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 19, normalized size = 0.70 \[ \frac {1}{2} \, \sqrt {-x^{2} + 1} {\left (x - 2\right )} - \frac {1}{2} \, \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(-x^2+1)^(1/2)/(1+x),x, algorithm="giac")

[Out]

1/2*sqrt(-x^2 + 1)*(x - 2) - 1/2*arcsin(x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 34, normalized size = 1.26 \[ \frac {\sqrt {-x^{2}+1}\, x}{2}-\frac {\arcsin \relax (x )}{2}-\sqrt {2 x -\left (x +1\right )^{2}+2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(-x^2+1)^(1/2)/(1+x),x)

[Out]

1/2*(-x^2+1)^(1/2)*x-1/2*arcsin(x)-(-(1+x)^2+2+2*x)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.98, size = 28, normalized size = 1.04 \[ \frac {1}{2} \, \sqrt {-x^{2} + 1} x - \sqrt {-x^{2} + 1} - \frac {1}{2} \, \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(-x^2+1)^(1/2)/(1+x),x, algorithm="maxima")

[Out]

1/2*sqrt(-x^2 + 1)*x - sqrt(-x^2 + 1) - 1/2*arcsin(x)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 20, normalized size = 0.74 \[ \left (\frac {x}{2}-1\right )\,\sqrt {1-x^2}-\frac {\mathrm {asin}\relax (x)}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*(1 - x^2)^(1/2))/(x + 1),x)

[Out]

(x/2 - 1)*(1 - x^2)^(1/2) - asin(x)/2

________________________________________________________________________________________

sympy [A]  time = 3.35, size = 29, normalized size = 1.07 \[ \begin {cases} \frac {x \sqrt {1 - x^{2}}}{2} - \sqrt {1 - x^{2}} - \frac {\operatorname {asin}{\relax (x )}}{2} & \text {for}\: x > -1 \wedge x < 1 \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(-x**2+1)**(1/2)/(1+x),x)

[Out]

Piecewise((x*sqrt(1 - x**2)/2 - sqrt(1 - x**2) - asin(x)/2, (x > -1) & (x < 1)))

________________________________________________________________________________________